home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6529 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.lpr.carel.fi!usenet
  2. From: Ari Lukumies <aril@cmt.lpr.mail.carel.fi>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: command line error D2027 : What is it?
  5. Date: Mon, 19 Feb 1996 15:40:32 +0200
  6. Organization: Carelcomp Forest
  7. Message-ID: <31287DD0.5680@cmt.lpr.mail.carel.fi>
  8. References: <4g0svm$khe@cloner2.ix.netcom.com>
  9. NNTP-Posting-Host: renoir.cclahti.carel.fi
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b6a (WinNT; I)
  14.  
  15. Victor Morhaim wrote:
  16. > In my first attempt at using a 'C' compiler MS Ver 6.0.
  17. > I get the following error when I try to compile:
  18. > Command line error D2027: could not execute 'C:\c600\bin\c1.exe'
  19. > Does anyone know what this means?
  20.  
  21. Usually you get this error compiling a large module. Try cl /? and cl /help to get the list 
  22. of the compiler options. If I recall, there's a switch to make the compiler use an 
  23. alternative compiler pass (/B?) that uses less memory. Also, if you're using NMAKE, try NMK 
  24. instead.
  25.  
  26. Later,
  27.  AriL
  28. -- 
  29. All my opinions are mine and mine alone.
  30.